Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: check_2_8 not working as intended #561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tbfpartner
Copy link

fixing check 2.8

@tbfpartner tbfpartner changed the title fix-check_2_8 fix: check_2_8 not working as intended Nov 19, 2024
@tbfpartner
Copy link
Author

running command on host

cat /etc/docker/daemon.json

{
  "some-redacted-stuff": "some-redacted-stuff",
  "default-ulimits": {
    "nproc": {
      "Name": "nproc",
      "Hard": 1024,
      "Soft": 1024
    },
    "nofile": {
      "Name": "nofile",
      "Hard": 20480,
      "Soft": 20480
    }
  },
  "some-redacted-stuff": "some-redacted-stuff"
}

snippet of script output
2024-11-19T22:52:06.922110280Z [PASS] 2.8 - Ensure the default ulimit is configured appropriately (Manual)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant